home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM16 / TFORM16.txt < prev   
Text File  |  1999-02-04  |  4KB  |  190 lines

  1. object Form16: TForm16
  2.   Left = 319
  3.   Top = 114
  4.   BorderStyle = bsNone
  5.   Caption = 'G∩┐╜sterilen Sat∩┐╜l∩┐╜k Emlak Listesi'
  6.   ClientHeight = 300
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 300
  22.     Height = 300
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object Image2: TImage
  28.     Left = 32
  29.     Top = 240
  30.     Width = 113
  31.     Height = 38
  32.     Picture.Data = {<image001.jpg>}
  33.     Stretch = True
  34.     Visible = False
  35.   end
  36.   object Image3: TImage
  37.     Left = 160
  38.     Top = 240
  39.     Width = 113
  40.     Height = 38
  41.     Picture.Data = {<image002.jpg>}
  42.     Stretch = True
  43.     Visible = False
  44.   end
  45.   object Label1: TLabel
  46.     Left = 40
  47.     Top = 248
  48.     Width = 97
  49.     Height = 25
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Bul'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clLime
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     Transparent = True
  60.     OnMouseDown = Label1MouseDown
  61.     OnMouseUp = Label1MouseUp
  62.   end
  63.   object Label2: TLabel
  64.     Left = 168
  65.     Top = 248
  66.     Width = 97
  67.     Height = 25
  68.     Alignment = taCenter
  69.     AutoSize = False
  70.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clLime
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.     Transparent = True
  78.     OnMouseDown = Label2MouseDown
  79.     OnMouseUp = Label2MouseUp
  80.   end
  81.   object Label3: TLabel
  82.     Left = 32
  83.     Top = 224
  84.     Width = 46
  85.     Height = 13
  86.     Caption = 'Ad Soyad'
  87.     Transparent = True
  88.     Visible = False
  89.   end
  90.   object SpeedButton1: TSpeedButton
  91.     Left = 224
  92.     Top = 216
  93.     Width = 41
  94.     Height = 21
  95.     Caption = 'T∩┐╜m∩┐╜'
  96.     OnClick = SpeedButton1Click
  97.   end
  98.   object DBGrid1: TDBGrid
  99.     Left = 32
  100.     Top = 64
  101.     Width = 241
  102.     Height = 145
  103.     DataSource = DataSource1
  104.     FixedColor = 8750469
  105.     TabOrder = 0
  106.     TitleFont.Charset = DEFAULT_CHARSET
  107.     TitleFont.Color = clWindowText
  108.     TitleFont.Height = -11
  109.     TitleFont.Name = 'MS Sans Serif'
  110.     TitleFont.Style = []
  111.     OnDblClick = DBGrid1DblClick
  112.     Columns = <
  113.       item
  114.         Expanded = False
  115.         FieldName = 'AdiSoyadi'
  116.         Width = 119
  117.         Visible = True
  118.       end
  119.       item
  120.         Expanded = False
  121.         FieldName = 'Tarih'
  122.         Width = 91
  123.         Visible = True
  124.       end>
  125.   end
  126.   object Edit1: TEdit
  127.     Left = 88
  128.     Top = 216
  129.     Width = 121
  130.     Height = 21
  131.     TabOrder = 1
  132.   end
  133.   object DataSource1: TDataSource
  134.     DataSet = Query1
  135.     Left = 80
  136.     Top = 8
  137.   end
  138.   object Query1: TQuery
  139.     Active = True
  140.     SQL.Strings = (
  141.       'select * from gosterilensd')
  142.     Left = 112
  143.     Top = 8
  144.     object Query1AdiSoyadi: TStringField
  145.       FieldName = 'AdiSoyadi'
  146.     end
  147.     object Query1Tarih: TStringField
  148.       FieldName = 'Tarih'
  149.       Size = 10
  150.     end
  151.     object Query1EvTel: TStringField
  152.       FieldName = 'Ev Tel'
  153.     end
  154.     object Query1IsTel: TStringField
  155.       FieldName = 'IsTel'
  156.     end
  157.     object Query1Ceptel: TStringField
  158.       FieldName = 'Ceptel'
  159.     end
  160.     object Query1Adres: TMemoField
  161.       FieldName = 'Adres'
  162.       BlobType = ftMemo
  163.       Size = 50
  164.     end
  165.     object Query1G1: TMemoField
  166.       FieldName = 'G1'
  167.       BlobType = ftMemo
  168.       Size = 50
  169.     end
  170.     object Query1G2: TMemoField
  171.       FieldName = 'G2'
  172.       BlobType = ftMemo
  173.       Size = 50
  174.     end
  175.     object Query1G3: TMemoField
  176.       FieldName = 'G3'
  177.       BlobType = ftMemo
  178.       Size = 50
  179.     end
  180.     object Query1G4: TMemoField
  181.       FieldName = 'G4'
  182.       BlobType = ftMemo
  183.       Size = 50
  184.     end
  185.     object Query1Gosterilensno: TIntegerField
  186.       FieldName = 'Gosterilensno'
  187.     end
  188.   end
  189. end
  190.